{% extends 'base.html' %} {% block title %}Students{% endblock %} {% block content %}

Students

Add Student
{% for s in students %} {% empty %} {% endfor %}
Roll Name Added Actions
{{ s.roll_number }} {{ s.name }} {{ s.created_at|date:"Y-m-d H:i" }} Edit Delete
No students found.
{% endblock %}